-
Notifications
You must be signed in to change notification settings - Fork 2
Feat/windows macros #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| [project.urls] | ||
| Homepage = "https://github.com/skelmis/python-docx" | ||
| Documentation = "https://skelmis-docx.readthedocs.io/en/latest/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You likely want to drop this commit.
|
I assume the shared usage of libre across all systems is for consistency? |
Yep! And simpler than maintaining different tools across platforms. :) |
|
Vibes, I like it. Although I would also still like the offer a method to call out to word on windows for users who'd rather have that route instead of fully removing it. Happy for libre to be the default in the conversion though |
Summary
Implement the
UpdateTOCmacro for Windows and Mac OSXDetails
Have verified the macro works for Windows, haven't been able to test on a Mac yet.